home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / toadies / 3d checkers next >
Text File  |  1999-06-15  |  732b  |  23 lines

  1. Category: Toadies
  2. Title: 3D Checkers...
  3. Copyright: Copyright © 1996 Ilyich the Toad. Freeware, contact ilyich@ioc.ac.rufor more. Partial © Alfredo Mateus
  4. Author: Ilyich the Toad
  5. Filename: t_Mapped_Checkers.8bf
  6.  
  7. R:put(scl(i,0,255,val(1,0,X),-val(1,0,X)),0),put(scl(i,0,255,val(2,0,Y),-val(2,0,Y)),1),sin(scl(x+get(0),0,X,-512*ctl(0),512*ctl(0)))>0^sin(scl(y+get(1),0,Y,-512*ctl(0),512*ctl(0)))>0?0:255
  8.  
  9. G:sin(scl(x+get(0),0,X,-512*ctl(0),512*ctl(0)))>0^sin(scl(y+get(1),0,Y,-512*ctl(0),512*ctl(0)))>0?0:255
  10.  
  11. B:sin(scl(x+get(0),0,X,-512*ctl(0),512*ctl(0)))>0^sin(scl(y+get(1),0,Y,-512*ctl(0),512*ctl(0)))>0?0:255
  12.  
  13. A:c
  14.  
  15. ctl[0]: Checker size
  16. ctl[1]: X-strength
  17. ctl[2]: Y-strength
  18.  
  19. val[0]: 5
  20. val[1]: 27
  21. val[2]: 16
  22.  
  23.